home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / amos / AMOSList0993.lzh / AMOSLIST / 000010_amos-request@svcs1.digex.net_Sat Sep 4 07:02:20 1993.msg < prev    next >
Internet Message Format  |  1993-10-03  |  2KB

  1. Received: from nextsun.INS.CWRU.Edu by access.digex.net with SMTP id AA29044
  2.   (5.65c/IDA-1.4.4 for <mcox@access.digex.com>); Sat, 4 Sep 1993 07:02:18 -0400
  3. Received: from svcs1.digex.net by nextsun.INS.CWRU.Edu with SMTP (5.65b+ida+/CWRU-1.5.2-freenet-gw)
  4.     id AA11976; Sat, 4 Sep 93 07:00:52 -0400 (from amos-request@svcs1.digex.net for mcox@access.digex.com)
  5. Received: by svcs1.digex.net id AA05153
  6.   (5.65c/IDA-1.4.4 for amos-list-out); Sat, 4 Sep 1993 06:38:51 -0400
  7. Received: from access.digex.net by svcs1.digex.net with SMTP id AA05149
  8.   (5.65c/IDA-1.4.4 for <amos-list@svcs1.digex.net>); Sat, 4 Sep 1993 06:38:49 -0400
  9. Received: from bos2a.delphi.com (delphi.com) by access.digex.net with SMTP id AA27242
  10.   (5.65c/IDA-1.4.4 for <amos-list@access.digex.com>); Sat, 4 Sep 1993 06:38:48 -0400
  11. Received: from bix.com by delphi.com (PMDF V4.2-11 #4520) id
  12.  <01H2JHM2177K90O1E7@delphi.com>; Sat, 4 Sep 1993 06:38:18 EDT
  13. Received: by bix.com (CoSy3.31.1.29) id <9309040635.memo.80231@BIX.com>; Sat,
  14.  4 Sep 1993 06:35:35 -0400 (EDT)
  15. Date: Sat, 04 Sep 1993 06:35:34 -0400 (EDT)
  16. From: sfmcnally@BIX.com
  17. Subject: Re: Global Strings
  18. In-Reply-To: <9309030650.AA20086@faw.uni-ulm.de>
  19. To: amthauer@faw.uni-ulm.de
  20. Cc: amos-list@access.digex.net
  21. Message-Id: <9309040635.memo.80231@BIX.com>
  22. Content-Transfer-Encoding: 7BIT
  23. X-Cosy-To: amthauer@faw.uni-ulm.de (Heiner Amthauer)
  24. X-Cosy-Cc: amos-list@access.digex.com
  25. Status: RO
  26.  
  27. No, I havent run out of variable names. ;)
  28.  
  29. And not many of them are local to one sub or another, if I did it in procs
  30. I WOULD have about 20+ lines of "Globals" just to be able to access all the
  31. arrays Etc. for enemy/goodguy/bullet/explosion controll.
  32.  
  33. Don't get me wrong, I *do* use procs now and then, mostly for small things that
  34. don't pass any/many variables and don't need any/many global variables.
  35.     
  36. Seumas